procedure statement造句
例句与造句
- One or more parameters can be declared in a create procedure statement
在create procedure语句中可以声明一个或多个参数。 - These grouped procedures can be dropped together by using one drop procedure statement
使用一个drop procedure语句可将这些分组过程一起删除。 - Modifies a previously created procedure that was created by executing the create procedure statement
修改先前通过执行create procedure语句创建的过程。 - Create procedure statements cannot be combined with other sql statements in a single batch
Create procedure语句不能与其他sql语句在单个批处理中组合使用。 - Exec procedure statement causes the insert statement to be rolled back , but the batch continues
语句引用的存储过程中的rollback语句将导致insert语句回滚,但批处理继续执行。 - It's difficult to find procedure statement in a sentence. 用procedure statement造句挺难的
- The create procedure statement cannot be combined with other transact - sql statements in a single batch
在单个批处理中, create procedure语句不能与其他transact - sql语句组合使用。 - Indicates that sql server will convert the original text of the create procedure statement to an obfuscated format
指示sql server将create procedure语句的原始文本转换为模糊格式。 - Indicates that the database engine will convert the original text of the alter procedure statement to an obfuscated format
指示数据库引擎会将alter procedure语句的原始文本转换为模糊格式。 - Once the assembly has been created , we can now access our helloworld method by using the create procedure statement
在创建了该程序集之后,现在可以通过使用create procedure语句访问我们的helloworld方法。 - Is an existing optional integer that is used to group procedures of the same name so that they can be dropped together by using one drop procedure statement
现有的可选整数,该整数用来对具有同一名称的过程进行分组,以便可以用一个drop procedure语句全部删除它们。 - In pl / 1 , a collection of statements , headed by a procedure statement and ended by an end statement , that is a part of a program , that delimits the scope of names , and that is activated by a reference to one of its entry names
1语言中,由procedure语句开头以end语句结尾的若干语句的集合,是一道程序的一部分,它限定名字范围,并通过引用其入口名之一而使其激活。